Skip to content

Add code-cave infection, APC/syscall techniques, and runtime payload decryption#11

Draft
Copilot wants to merge 4 commits into
mainfrom
copilot/open-issues-for-improvements
Draft

Add code-cave infection, APC/syscall techniques, and runtime payload decryption#11
Copilot wants to merge 4 commits into
mainfrom
copilot/open-issues-for-improvements

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

Open issues targeted: make static infection return to the original entry point, add code-cave injection and header slack checks, fix process enumeration, and introduce APC/syscall techniques with stronger runtime obfuscation.

  • Static infection path
    • default to code-cave injection with entrypoint trampoline and signature guard
    • optional section-based infection with header slack validation and clearer failure paths
  • Injection techniques
    • add --technique selector for CRT/APC/syscall paths with graceful fallbacks
    • APC queue support and syscall-backed memory ops with Nt* resolution
  • Runtime obfuscation
    • replace XOR-only payloads with XTEA-CTR runtime decryption for stubs/message
    • unify message/stub construction behind decrypt+patch helpers
  • CLI/Docs
    • document techniques and options, improve usage help output

Example (new CLI flow):

injector.exe --technique apc --section

Copilot AI and others added 4 commits May 4, 2026 10:08
Agent-Logs-Url: https://github.com/Esgr0bar/PE_Injector/sessions/704903d1-82f2-485d-bf24-e62a54ac176a

Co-authored-by: Esgr0bar <163046224+Esgr0bar@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Esgr0bar/PE_Injector/sessions/704903d1-82f2-485d-bf24-e62a54ac176a

Co-authored-by: Esgr0bar <163046224+Esgr0bar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants